See this link for info: http://peterdowns.com/posts/first-time-with-pypi.html

Upload source distribution and documentation
* python setup.py register (only needed the first time)
* Update version number in __init__.py and changelog
* Add user credentials to ~/.pypirc
* python setup.py sdist upload
* python setup.py sdist upload_docs

Make documentation for local use from within the doc directory
* make html

PGP signing
* keybase pgp sign -i btcndash-2.3.1.tar.gz -o btcndash-2.3.1.tar.gz.asc -d
* keybase pgp verify -i btcndash-2.3.1.tar.gz -d btcndash-2.3.1.tar.gz.asc

